home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / Libraries / SAT 2.3b4 / Demo ƒ / Zkrolly demo ƒ / Zkrolly demo notes < prev    next >
Text File  |  1994-06-26  |  705b  |  10 lines

  1. Zkrolly demo
  2. ===========
  3.  
  4. Zkrolly is a simple scrolling demo that I've added to show you that scrolling is indeed possible, though not necessarily easy to do really good.
  5.  
  6. It uses a rather small window, where we follow one of the sprites moving around. It uses "safe" drawing by default, but by pressing the option key, you can switch to the blitters ("fast"). No, there won't be any big difference in 256 colors, but in b/w or 16 colors, there is a significant speedup.
  7.  
  8. The demo does not only show that scrolling is possible, but also demonstrates some of the problems. Scrolling sideways in "fast mode" makes it jumpy, since SATCopyBits in fast mode does not shift the bits within a byte (for speed).
  9.  
  10.